Version

PropertyChangeUndoUnit<TTarget,TProperty> Class Properties

For a list of all members of this type, see PropertyChangeUndoUnit<TTarget,TProperty> members.

Public Properties
 NameDescription
Public PropertyNewValueOverridden. Returns the new value that was set on the object.  
Public PropertyOldValueOverridden. Returns the original value of the object that will be restored.  
Public PropertyPropertyNameOverridden. Returns the name of the property that will be changed.  
Public PropertyTargetOverridden. Returns the target object that will be affected by the UndoUnit  
Protected Properties
 NameDescription
Protected PropertyPropertyDisplayNameOverridden. Optional string representing the property name as it should be displayed to the end user.  
Protected PropertyTargetDisplayNameOverridden. Optional string representing the target as it should be displayed to the end user.  
See Also